• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

python 문법

for, while, list, dict, set

python 문법python 문법

함수처리

기본값 키워드 인자 가변인자 함수이름 의미 예제 abs 절대값 abs(-5) pow 제곱 pow(4, 2) max 가장 큰 값 max(5, 12) min 가장 작은 값 min(5, 12) round 반올림 round(3.14) * math 모듈을 활용하면 보다 다양한 숫자 처리 가능 함수 이름 의미 예제 floor 내림 floor(4.99) ceil 올림 ceil(3.14) sqrt 제곱근 ...

python 문법python 문법

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more